home *** CD-ROM | disk | FTP | other *** search
- BODY
- {
- color: #555753;
- font-family: georgia;
- font-size: 12pt/20pt;
- background: ivory url("wrinkls.jpg") repeat;
- margin: 0px;
- padding: 5px;
- }
-
- BUTTON
- {
- background-color: ivory;
- width: 200px;
- margin: 0px;
- }
-
- #headOutput
- {
- font: italic normal 125% georgia;
- letter-spacing: 1px;
- margin-bottom: 0px;
- color: #7D775C;
- }
-
- #divOutput
- {
- border: 2px inset;
- overflow: scroll;
- width: 100%;
- height: expression(parentElement.clientHeight - offsetTop - 25);
- background: ivory repeat;
- }
-
- #creator
- {
- font-size: 10pt;
- margin: 0px
- }
-
- #tblQuery
- {
- /*table-layout: fixed;*/
- }
-
- #tblQuery TD
- {
- padding: 2px 5px 2px 5px;
- min-width: 20ex;
- }
-
- #tblQuery .nullValue
- {
- color: red;
- }
-
- #tblQuery .blobValue
- {
- color: red;
- }
-
- #selectTables
- {
- width: 50ex;
- }
-
-